Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentCollection<T> Class / First Property

In This Topic
    First Property (ContentCollection<T>)
    In This Topic
    Gets the first item in the collection.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property First As T
    public virtual T First {get;}
    See Also